home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / drawlib.h < prev    next >
Text File  |  1990-04-24  |  1KB  |  28 lines

  1. /* micro PLOX Front End Plot Utility Routines        File: DRAWLIB.H
  2.         Robert L. Patton, Jr.
  3.         1713 Parkcrest Terrace
  4.         Arlington, TX 76012
  5.            04-26-90
  6. */
  7. void Annote (int X, int Y, int Offset, char Dir,   int  Mode,
  8.                            int Side,   char *Word, int  Font);
  9. void AxNum (int Xa, int Ya, char Dir, int Side, int  Span,
  10.             SCALING *Scale, int Boxes);
  11. void Bar  (int X1, int Y1, int X2, int Y2, char Dir,
  12.                       int Width, int Hatch, int Gap);
  13. void Box  (int X1, int Y1, int X2, int Y2);
  14. void BoxTry (int Span, int *MinBox, int *MaxBox);
  15. void CopyScale (SCALING *From, SCALING *To);
  16. void Fit (double Min, double Max, int Boxes, double *Start, double *Delta);
  17. int  IsHue (char *Word);
  18. void Liner (float *Xptr, SCALING *Xfit, float *Yptr, SCALING *Yfit,
  19.             int LineType, int PointType);
  20. int  Pct_Fit (double Min, double Max, int Boxes);
  21. void Scale (double Min, double Max, int Span, int Exact,
  22.             int *Boxes, SCALING *Adjust);
  23. int  Scaled (float *Vptr, SCALING *Vfit);
  24. void ShowScale (char Dir, int Boxes, SCALING *Fit);
  25. void TicMark (int Xt, int Yt, int TicLen, char Dir, int Side);
  26. int  TxHigh (int Font);
  27. int  TxWide (int Nchars, int Font);
  28.